GrapeCity.Wpf.SpreadSheet.Xaml Namespace / XamlCollection<T> Class / Clear Method
Clear Method (XamlCollection<T>)
In This Topic
Clears the collection.
Syntax
'Declaration
 
Public Overridable Sub Clear() 
 
'Usage
 
Dim instance As XamlCollection(Of T)
 
instance.Clear()
See Also